home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
bbs
/
IceDemo56.lzh
/
IceBBSDemo
/
BBS_S
/
makemotd
< prev
Wrap
AmigaDOS Script File
|
1992-07-26
|
755b
|
27 lines
.key tfile,user
; this is a script file to build a custom Message Of The Day for display
; to a particular user at the time he logs in.
;
; to use this you must place it in you S: directory and call it MAKEMOTD
;
stack 10000
; I make a copy of the normal MOTD file, this will become the first
; part of the custom MOTD file
copy VBBS:errormessages/motd <tfile>
; Now append to the copy of the motd file some information about the
; user who has just logged in
VBBS:bbs_c/motdinfo <tfile> <user> -1
; Now scan the "files:@newfiles" directory to see if there have been
; any files added after the user last logged in, if there are some new
; files add their names/dates/sizes to the MOTD file.
VBBS:bbs_c/newsince <tfile> <user> -2 Files:@NewFiles